@font-face {

    font-family: "FrutigerLTStd-Roman";

    src: url("https://images.hanlonsonline.co.uk/Hounslow Portal Demo/fonts/FrutigerLTStd-Roman.otf");

    font-weight: 700;

    font-style: normal;

}

@font-face {

    font-family: "FrutigerLTStd-Bold";

    src: url("https://images.hanlonsonline.co.uk/Hounslow Portal Demo/fonts/FrutigerLTStd-Bold.otf");

    font-weight: 700;

    font-style: normal;

}

.h1,
h1 {
    font-size: 36px;
    font-family: "FrutigerLTStd-Bold";
    color: #000;
}

.fa-angle-down:before {
    content: "\f107";
    color: #863584;
    font-size: larger;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border-bottom: 3px solid #7b2379 !important;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    padding-bottom: 30px;
    margin-top: 20px;
    padding-top: 20px;
}

.panel-body {
    margin-top: 50px;
}

h2.panel-heading {
    font-family: "FrutigerLTStd-Bold";
    font-size: 24px !important;
    color: #000;
}

img.image-three {
    width: 30% !important;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 3px solid #7b2379;
}

img.image-one {
    float: left;
    padding-right: 30px;
}

img.image-two {
    float: left;
    padding-right: 30px;
}

img.image-three {
    width: 30% !important;
    float: left;
    padding-right: 30px;
}

img.image-four {
    width: 35%;
    float: left;
    padding-right: 30px;
}

p.text-block {
    font-family: "FrutigerLTStd-Roman";
}

a {
    font-family: "FrutigerLTStd-Bold";
}

.aa-4 {
    background-image: "https://images.hanlonsonline.co.uk/Hounslow Portal Demo/images/KCA_photo.png";
}

img.nhs-success-story {
    width: 50%;
    float: left;
    margin-right: 20px;
}

img.heathrow-academy-success-story {
    width: 50%;
    float: left;
    margin-right: 20px;
}

@media (min-width:1025px) and (max-width:1280px) {
    img.nhs-success-story {
        width: 50%;
        float: left;
        margin-right: 20px;
    }
}

@media (min-width:1536px) and (max-width:1920px) {
    p#textOne {
        margin-top: -22px;
    }

}

@media (min-width:1270px) and (max-width:1920px) {
    img.image-one {
        float: left;
        padding-right: 30px;
    }

    img.image-two {
        float: left;
        padding-right: 30px;
    }
}